home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 120 / CD Gamer Issue 120 (March 2003) (Disc 1).ISO / demo.dxr / 00132_readme 4.ls < prev    next >
Encoding:
Text File  |  2003-01-23  |  305 b   |  14 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("readmehigh")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("readme")
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseUp
  12.   open(the moviePath & "games\panzer elite\readme", "hd:\windows\notepad.exe")
  13. end
  14.